EinhugurVisionBridge.VNObservation
VNInstanceMaskObservation
VNInstanceMaskObservation (private) | Private constructor. |
ClassName (Inherited) (desktop - console) | Returns the name of the Cocoa class under the hood as String. |
Confidence (Inherited) | Returns the level of confidence in the observation’s accuracy. |
Handle (Inherited) | Returns Integer handle to the native NSObject structure. |
InstanceCount | Returns number of instances. |
InstanceMaskAsCGImage | The resulting mask that represents all instances. |
UUID (Inherited) | Returns a unique identifier assigned to the Vision observation. |
shared Cast | Does deep cast on incoming NSObject to VNInstanceMaskObservation. |
shared FromIntegerPtr | Constructs VNInstanceMaskObservation object from Integer handle coming from declares or 3rd party plugin. |
GenerateMaskedImageOfInstancesAsBitmap | EXPERIMENTAL Creates a high-resolution image where everything becomes transparent black, except for the instances you specify. This version returns the image as RawBitmap. |
GenerateMaskedImageOfInstancesAsCGImage | Creates a high-resolution image where everything becomes transparent black, except for the instances you specify. This version returns the image as CGImage. |
GenerateScaledMaskForImageForInstancesAsBitmap | EXPERIMENTAL Creates a high-resolution mask where everything becomes transparent black, except for the instances you specify. This version returns the image as RawBitmap. |
GenerateScaledMaskForImageForInstancesAsCGImage | Creates a high-resolution mask where everything becomes transparent black, except for the instances you specify. This version returns the image as CGImage. |
shared IsVNInstanceMaskObservation | Returns true if the NSObject under the hood is VNInstanceMaskObservation or derived from VNInstanceMaskObservation. |
Release (Inherited) | Releases the NSObject. |
Retain (Inherited) | Retains the NSObject |
Version = 5.0 (Inherited) |